home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Classicos
/
RadioactiveSnakesFromMa.swf
/
scripts
/
DefineButton2_281
/
BUTTONCONDACTION on(release).as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2006-06-20
|
198 b
|
13 lines
on(release){
if(_root.gooddomain != 1)
{
_root.share.play();
}
else
{
_root.player[1].lives = 4;
_root.player[1].score = 0;
gotoAndPlay(6);
}
}